Download OpenAPI specification:Download
This is the API documentation for blog.ly.
{
-
"uuid":
0,
-
"title":
"string",
-
"contents":
"string",
-
"rendered":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"updated":
"2019-08-24T14:15:22Z",
-
"author":
0,
-
"authorName":
"string"
}
This can only be done by users who have logged in and on blogs that the user has authored.
|
uuid
required
|
integer
Blog uuid. |
New blog contents
| title |
string
Blog title |
| contents |
string
Blog contents in raw Markdown |
{
-
"title":
"string",
-
"contents":
"string"
}
This can only be done by users who have logged in.
New user information
| name |
string
User name |
| description |
string
User description ("About Me") |
| notificationPreference |
string
Notification preference (TBD) |
{
-
"name":
"string",
-
"description":
"string",
-
"notificationPreference":
"string"
}
|
keyword
required
|
string
Keyword(s) to search for |
| cursor |
string
Cursor token for paging the blogs returned. |
| limit |
integer
[ 1
.. 100 ]
Default:
10
Maximum number of results to return in a page. |
[
-
{
-
"blog":
0,
-
"author":
0,
-
"hits":
0
}
]
| uuid |
integer
User uuid |
| username |
string
>=
4 characters
User username |
| name |
string
User name |
| description |
string
User description ("About Me") |
| notificationPreference |
string
Notification preference (TBD) |
{
-
"uuid":
0,
-
"username":
"string",
-
"name":
"string",
-
"description":
"string",
-
"notificationPreference":
"string"
}
| uuid |
integer
Blog uuid |
| title |
string
Blog title |
| contents |
string
Blog contents in raw Markdown |
| rendered |
string
Blog contents in rendered HTML |
| created |
string
<date-time>
Blog creation datetime |
| updated |
string
<date-time>
Blog last updated datetime |
| author |
integer
Blog author uuid |
| authorName |
string
Blog author name |
{
-
"uuid":
0,
-
"title":
"string",
-
"contents":
"string",
-
"rendered":
"string",
-
"created":
"2019-08-24T14:15:22Z",
-
"updated":
"2019-08-24T14:15:22Z",
-
"author":
0,
-
"authorName":
"string"
}